/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

html {
    font-size: 14px;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100vw;
    height: 100vh;
}

* {
    box-sizing: border-box;
    flex-shrink: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.swiper {
    width: 100%;
    height: 300px;
}

.text-center {
    text-align: center;
}
.head-menu {
    height: 7vw;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.menu-padding {
    padding: 1.2vw 2.79vw 1.2vw;
    background-color: #8d5abf;
    transition: padding 0.7s;
}

.menu-padding-min{
    padding: 0.5vw 2.79vw 0.5vw;
}

.menu-flex {
    flex-shrink: 0;
    height: 4.26vw;
}

.menu-logo {
    height: 3.63vw;
    width: 10.05vw
}

.menu-logo-padding {
    margin: 0.37vw 0 0.26vw 0.95vw;
    flex-shrink: 0;
}

.logo-image_2 {
    width: 5.26vw;
    height: 2.21vw;
}

.logo-image_3 {
    margin-top: 0.21vw;
    width: 5.37vw;
    height: 1.21vw;
}

.shu {
    background-color: #ffffff4d;
    width: 0.11vw;
    height: 1.95vw;
}

.view {
    margin-left: 1.74vw;
    flex-shrink: 0;
    align-self: center;
}

.culture {
    margin-left: 1.74vw;
    align-self: center;
    color: #ffffff;
    font-size: 1.26vw;
    font-family: MicrosoftYaHei;
    font-weight: 700;
    line-height: 1.26vw;
    letter-spacing: 0.25vw;
    font-style: italic
}

.menus {
    margin-left: 4.42vw;
    margin-right: 1vw;
    flex: 1 1 auto;
    align-self: center;
}

.menus-flex {
    margin: 0.32vw 0 0.37vw;
    flex: 1 1 auto;
}

.menu-item {
    color: #ffffff;
    font-size: 1.05vw;
    font-family: MicrosoftYaHei;
    line-height: 1.05vw;
    margin-left: 2vw;
    cursor: pointer;
    line-height: 4.26vw;
}

.menu-item:hover {
    color: #ffffff;
    font-weight: 700;

}

.view_1 {
    flex-shrink: 0;
    margin-top: 1.26vw
}

.search {

    margin: 0.26vw 0 0.42vw 3vw;
    flex-shrink: 0;
    width: 1.26vw;
    height: 1.26vw;
    cursor: pointer;
    margin-top: 1.66vw
}

.sub-items {
    padding-top: 2.63vw;
    position: relative;
    height: 5vw;
    background: #00000085;
    transform: op;
    transition: transform 0.5s linear, opacity 0.5s linear;
}

.opacity0 {
    opacity: 0;
}

.image_5 {
    width: 100vw;
    height: 5.42vw;
}

.sub-items-postion {
    line-height: 1.89vw;
    position: absolute;
    left: 42vw;
    top: -50px;
    display: flex;
}

.sub-items-postion ul {
    padding-left: 2vw;
}

.sub-item {
    color: #c4c4c4;
    font-size: 0.95vw;
    font-family: MicrosoftYaHei;
    line-height: 1.89vw;
    cursor: pointer;
    transition: all 2s;
}

.sub-item :hover {
    color: #ffffff;
}

.sub-item:active {
    color: #ffffff;
}

.menu-active {
    color: #ffffff;
    font-weight: 700;

}

/** 滑动了解更多*/
.mouse-more {
    font: 14px "PingFang HK", "Microsoft YaHei", "Arial";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: inherit;
    box-sizing: border-box;
    font-family: "PingFang HK", "Microsoft YaHei", "Arial";
    font-size: 16px;
    padding-left: 0.4rem;
    position: relative;
    color: #fff;
    height: 0.28rem;
    margin: 40px 0;
    padding-left: 32px;
}

.mouse-more::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    left: 13px;
    top: 7px;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: 5;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.mouse-more::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 28px;
    border-radius: 50px;
    left: 5px;
    background-color: #262626;
    top: -4px;
}

@keyframes Tmouse {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-8px);
    }
}

.menu-sub {
    margin-left: 2vw;
    transition: height 0.5s linear;
    overflow: hidden;
}

.sub-item:hover {
    color: #fff;
    font-weight: 700;
}

.btn-myswiper {
    width: 5vw !important;
    height: 5vw !important;
    font-size: 4vw;
    font-weight: 700;
    font-family: Bahnschrift;
    background-color: #00000080;
    color: #ff6b77 !important;
    text-align: center;

}

.btn-myswiper:hover {
    background: #ff6b77;
    color: #fff !important
}

.swiper-button-next:after {
    display: none;
}
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next{
    right: 0px !important;
}
.swiper-button-prev{
    left: 0px !important;
}
.swiper-button-next,
.swiper-button-prev {
    top: calc(50% - 2.5vw) !important
}

/* 播放图标 */
#play-btn{
    display: block;
    position: absolute;
    top: calc(50% - 2.8vw);
    left:  calc(50% - 2.8vw);;
    z-index: 3;
    border-radius: 50%;
}

/* 暂停图标 */
#pause-btn{
    /* 将暂停图标隐藏*/
    display: none;
    position: absolute;
    top:  calc(50% - 2.8vw);;
    left:  calc(50% - 2.8vw);;
    z-index: 3;
    border-radius: 50%;
    /*设透明度为0*/
    opacity: 0;
}

#myVideo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* 将video控件的播放按钮隐藏 */
#myVideo::-webkit-media-controls-play-button {
    display: none;
}

.blue-bg {
    padding: 16.7vw 2.74vw 13.42vw 7.68vw;
    background-color: #ac78cecc;
    width: 35.42vw;
}

.blue-bg .title {
    margin-left: 0.16vw;
    align-self: flex-start;
    color: #ffffff;
    font-size: 3.84vw;
    font-family: MicrosoftYaHei;
    font-weight: 700;
    line-height: 3.84vw;
    letter-spacing: 0.19vw;
    text-shadow: 0px 0.11vw #636363bf;
}

.blue-bg .sub-title {
    margin-left: 0.16vw;
    margin-top: 2.89vw;
    align-self: flex-start;
    color: #ffffff;
    font-size: 1.58vw;
    font-family: MicrosoftYaHei;
    font-weight: 700;
    line-height: 1.58vw;
}

.blue-bg .more {
    margin-top: 2.58vw;
    padding: 0 0.16vw;
}

.blue-bg .divider {
    margin-top: 3vw;
    background-color: #ffffff80;
    height: 0.053vw;
}

.blue-bg+.en-title {
    color: #ffffff;
    font-size: 2.89vw;
    font-family: Bahnschrift;
    font-weight: 700;
    line-height: 2.89vw;
    letter-spacing: 0.14vw;
    opacity: 0.4;
    position: absolute;
    left: 7.74vw;
    top: 22.5vw;
    transform: translateY(-50%);
}
.image_video-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer {
    padding-bottom: 1.84vw;
    background-image: url('/static/index/images/16612231017366536479.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.footer-main {
    height: 16.74vw;
    position: relative;
}
.footer-info {
    width: 29.79vw;
    position: absolute;
    left: 4.11vw;
    top: 2.79vw;
}
.footer-logo {
    align-self: flex-start;
    width: 10.58vw;
    /*height: 4.26vw;*/
}
.footer-tel {
    margin-left: 0.21vw;
    margin-top: 1.74vw;
    align-self: flex-start;
    color: #dc535e;
    font-size: 3.16vw;
    font-family: Arial;
    font-weight: 700;
    line-height: 3.16vw;
}
.footer-adr {
    line-height: 1.89vw;
}
.footer-adr .adr {
    color: #999ea7;
    font-size: 1.05vw;
    font-family: Adobe Heiti Std;
    line-height: 1.89vw;
}

.footer-dr {
    width: 0.11vw;
    height: 16.63vw;
    position: absolute;
    left: 37vw;
    bottom: 0;
}

.footer-lk {
    width: 7.63vw;
    position: absolute;
    left: 39.89vw;
    top: 5.11vw;
}

.footer-lk-main {
    align-self: center;
    color: #ffffff;
    font-size: 1.26vw;
    font-family: Adobe Heiti Std;
    line-height: 1.21vw;
}

.footer-lk-sub {
    margin-top: 1.21vw;
    text-align: center;
    color: #999ea7;
    font-size: 1.26vw;
    font-family: Adobe Heiti Std;
    line-height: 2.32vw;
}

.footer-dr2 {
    width: 0.11vw;
    height: 16.63vw;
    position: absolute;
    right: 49.32vw;
    bottom: 0;
}

.footer-lk2 {
    width: 6vw;
    position: absolute;
    right: 40.84vw;
    top: 5.16vw;
}


.footer-dr3 {
    width: 0.11vw;
    height: 16.63vw;
    position: absolute;
    right: 36.47vw;
    bottom: 0;
}
.footer-lk3 {
    width: 9.26vw;
    position: absolute;
    right: 23.16vw;
    top: 5.11vw;
}

.footer-dr4 {
    width: 0.11vw;
    height: 16.63vw;
    position: absolute;
    right: 20.37vw;
    bottom: 0;
}
.footer-vx{
    width: 12.63vw;
    position: absolute;
    right: 5.05vw;
    top: 50%;
    transform: translateY(-50%);
}

.footer-vx-contain {
    padding: 0.68vw 0;
    background-color: #ffffff;
}

.footer-vx-img {
    width: 11.32vw;
    height: 11.26vw;
}
.footer-vx-des {
    margin-top: 0.84vw;
    align-self: center;
    color: #ffffff;
    font-size: 1.26vw;
    font-family: Adobe Heiti Std;
    line-height: 1.21vw;
}

.footer-row-dr {
    width: 100vw;
    height: 0.11vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer-cp {
    margin-top: 1.68vw;
    align-self: center;
    text-align: center;
    color: #999ea7;
    font-size: 1.26vw;
    font-family: Adobe Heiti Std;
    line-height: 2.32vw;
}

.footer-cpf {
    color: #ffffff;

}.chat-detail {
     position: fixed;
     bottom: 25vw;
     right: 0;
     display: block;
     right: 6.5vw;
     transition: display 1s linear;
 }

.chat-detail img {
    height: 9vw;
}

.detail-chat {
    display: none;
}

.detail-tel {
    display: none;
    position: relative;
    top: 9vw
}

.detail-vx {
    display: none;
    position: relative;
    top: 17.5vw
}


.chat-expend {
    padding: 1.32vw 0 1.32vw;
    background-color: #ffffff;
    background-image: linear-gradient(-34deg, #e7bf7c 0%, #e7bf7c 41%, #d2a15a 100%),
    linear-gradient(-34deg, #d2a15a 0%, #d2a15a 1%, #e9c280 16%, #d5a86a 47%, #e7bf7c 72%, #d2a15a 89%, #d2a15a 100%);
    border-radius: 1.58vw 0 0 1.58vw;
    width: 6.55vw;
    position: fixed;
    right: 0;
    bottom: 1vw;
    z-index: 100;
}

.image_expend {
    width: 3.21vw;
    height: 3.21vw;
    cursor: pointer;
    transition: transform .5s;
}

.chat-content {
    background-color: #dc535e;
    border-radius: 1.58vw 0 0 1.58vw;
    width: 6.55vw;
    position: fixed;
    right: 0;
    bottom: 6.8vw;
    transition: all 2s linear;
    display: none;
    z-index: 100;
}

.online-chat {
    padding: 1.84vw 0 1.68vw;
    border-bottom: solid 0.11vw #ffffff;
}

.image_online {
    width: 4vw;
    height: 4vw;
}

.text_des {
    margin-top: 0.37vw;
    color: #ffffff;
    font-size: 1.26vw;
    font-family: Adobe Heiti Std;
    line-height: 1.21vw;
}

.vx-content {
    padding: 1.84vw 0 1.68vw;
    padding-bottom: 2.32vw;
    text-align: center;
}

.tel-content {
    padding: 1.47vw 0 1.42vw;
    border-bottom: solid 0.11vw #ffffff;
}

.animation {
    transform: rotate(-180deg);
}
